home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / comm / misc / CyberPager_1p2.readme < prev    next >
Text File  |  1993-07-19  |  3KB  |  86 lines

  1. Short: Send alpha-numeric pages to beepers
  2.  
  3. WHAT IT DOES
  4. ============
  5.  
  6. The CyberPager software allows one to send alpha-numeric pages from one's
  7. Amiga.  This is accomplished by dialing into an IXO protocol compliant
  8. pager central and uploading messages.
  9.  
  10. FEATURES
  11. ========
  12.  
  13. o   Aliases file allows for commonly paged people to be refered to by
  14.     name rather than having to remember cryptic PIN numbers.
  15.  
  16. o   Groups file allows one to create "groups" allowing messages to
  17.     be easily sent to many people working on the same project, in the
  18.     same department, etc.
  19.  
  20. o   Supports multiple pager centrals through a Services configuration
  21.     file.
  22.  
  23. o   Any number of messages can be spooled to disk to be uploaded in
  24.     a single call to a service.
  25.  
  26. o   Automatically breaks long messages up into seperate pages.  Individual
  27.     preferences for maximum message length can be set for each account
  28.     listed in the aliases file.
  29.  
  30. o   Dialer supports multiple modems and knows how to hunt down a free
  31.     modem in priority order.
  32.  
  33. o   Full logging of messages spooled, dialout attempts, etc.
  34.  
  35. o   Supports the OwnDevUnit.library method of locking serial devices,
  36.     making the dialer compatible with mith Amiga UUCP, Welmat, and
  37.     many major Amiga terminal programs.
  38.  
  39. SYSTEM REQUIREMENTS
  40. ===================
  41.  
  42. Any Amiga running AmigaDOS 2.0 or higher.
  43. A Hayes compatible modem.
  44. OwnDevUnit.library v2.1 or higher must be installed (v3.3 is included
  45.     with this distribution for those that don't already have ODU)
  46.  
  47. Highly recommended:
  48.     A hard drive
  49.     A cron program (job scheduler) of some sort, such as CyberCron.
  50.  
  51. HISTORY
  52. =======
  53.  
  54. 1.0
  55.     Initial release
  56.  
  57. 1.1    (7/10/93, SpoolPage v0.136, DialIXO v0.219, library v1.23)
  58.     A bug in the checksum generator manifested itself when talking
  59.     to services which are more strict about the IXO protocol.
  60.     Many IXO services accept a space instead of a zero in the checksum.
  61.     Some, like SkyTell, appear not to.  DialIXO now uses zeros per
  62.     the IXO spec as written by Motorolla.
  63.  
  64.     Added a loglevel 4 entry to DialIXO that causes it to log the
  65.     exact packet being sent to the service when uploading each
  66.     page.
  67.  
  68.     Added a routine to intelligently add characters to the safe
  69.     buffer (i.e., non-printable characters converted to escaped
  70.     hex, etc, for display purposes).  DialIXO know displays
  71.     special characters of the IXO protocol, such as ACK, NAK, STX,
  72.     etc., as text rather than hex escape sequences to make
  73.     tracing loglevel 5 output easier.
  74.  
  75. 1.2    (7/20/93, SpoolPage v0.136, DialIXO v0.220, library v1.23)
  76.     Found a bug that affected people running KickStart V37.  The
  77.     wildcard mask DialIXO used to look for spool files would not
  78.     find any that had a letter in them (i.e., 00000a as opposed
  79.     to 000009 which would work).  This was due to the mask having
  80.     the alpha range specified in lowercase.  V37 has a bug that
  81.     doesn't uppercase alphabetic letters when a case-insensitive
  82.     compare is being made.  By changing the mask to specify the
  83.     alphabetics in uppercase, things now work properly on V37
  84.     machines.  Thanks to Nickey MacDonald <i6t4@jupiter.sun.csd.unb.ca>
  85.     for reporting this problem.
  86.